home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / osi / isode / dosisode / DOSISODE-RUNTIME.ZIP / ETC / DE / DESCREEN < prev    next >
Encoding:
Text File  |  1992-07-04  |  2.4 KB  |  58 lines

  1. Depending on the method you have used to connect to the Directory Service,
  2. the system may or may not know what sort of terminal (or terminal
  3. emulation) you are using.  If information about your terminal type is 
  4. not available to the program when you connect initially - this will be 
  5. the case if you connect using a PAD - the system will assume that you are 
  6. using a standard sized screen of 24 rows of 80 columns.
  7.  
  8. The program will work quite adequately with these default settings.  There
  9. is, however, some benefit in providing information to the system about the
  10. type of terminal you are using, as the program attempts to use 
  11. "inverse-video" for displaying its prompts.
  12.  
  13. The SETTINGS help screen allows you to enter or adjust your terminal type
  14. as well as some of the values associated with your terminal.  This help 
  15. screen displays the current settings of certain variables.  This information
  16. might look as below:
  17.  
  18. VARIABLE     VALUE           DESCRIPTION
  19.   NAME
  20. termtype     vt100  The user's terminal type
  21. invvideo        on  Prompts in inverse video if possible
  22. cols            80  The width of the user's screen in columns
  23. lines           24  The depth of the user's screen in lines
  24.  
  25. Having displayed the information, you will be asked if you wish to modify 
  26. any of the settings, thus:
  27.  
  28.   Do you want to change any settings (y/n) ?
  29.  
  30. If you respond with a y, you will then be prompted in turn for the name 
  31. of the variable you wish to modify, and the value you wish the variable 
  32. to take.  The following dialogue would allow you to adjust the terminal type
  33. to vt220.
  34.  
  35.   Do you want to change any settings (y/n) ?  y
  36.   Enter name of variable you wish to modify:  termtype
  37.   Enter value of variable:  vt220
  38.  
  39. A few notes to help you along:
  40.  
  41. Entering <CR> on its own anywhere will default to no change.
  42.  
  43. You only have to enter as many characters of the variable name as are 
  44. sufficient to disambiguate it from other variables - in all the cases above,
  45. a single letter suffices!
  46.  
  47. Note that adjusting the terminal type will adjust the size of screen 
  48. variables automatically to the standard values for that terminal type.
  49. This may do the wrong thing in the case of variable sized terminal 
  50. emulations such as "xterm".
  51.  
  52. If you find that the terminal emulation is not behaving correctly - this 
  53. is not uncommon - try resetting the terminal type to "dumb" for a basic 
  54. service.
  55.  
  56. invvideo is a boolean variable, and takes values "on" and "off"
  57.  
  58.